Skip to content

Conversation

@zachytong
Copy link

@zachytong zachytong commented Nov 20, 2024

Set cat_x and ref_free_traj to true to avoid mismatch between pluto_model.yaml and pluto_planner.yaml, which will cause loading locally trained weights fails during simulation as mentioned in #12.

Specifically, the pluto_model.yaml does not set cat_x and ref_free_traj, which will use default setting defined in pluto_model.py, which are both false. However, the pluto_planner.yaml requires cat_x and ref_free_traj to be true, which also works with provided weights.

Another way is to modify the default value to true in model definition, I am not sure which one is better, maybe you can help : )

Set cat_x and ref_free_traj to true to avoid mismatch between pluto_model.yaml and pluto_planner.yaml, which will cause loading locally trained weights fails during simulation.
Fix another mismatch param in pluto_model and pluto_planner yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant